[INFO] fetching crate nonstick 0.1.2...
[INFO] testing nonstick-0.1.2 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate nonstick 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate nonstick 0.1.2
[INFO] finished tweaking crates.io crate nonstick 0.1.2
[INFO] tweaked toml for crates.io crate nonstick 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nonstick 0.1.2 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc7b3860f778639d5114a4ede3c3c94ce238333d192a24325b83f3f968de68dc
[INFO] running `Command { std: "docker" "start" "-a" "fc7b3860f778639d5114a4ede3c3c94ce238333d192a24325b83f3f968de68dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc7b3860f778639d5114a4ede3c3c94ce238333d192a24325b83f3f968de68dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc7b3860f778639d5114a4ede3c3c94ce238333d192a24325b83f3f968de68dc", kill_on_drop: false }`
[INFO] [stdout] fc7b3860f778639d5114a4ede3c3c94ce238333d192a24325b83f3f968de68dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad094c8bee9d3b7754d9b502ce372d75cff6a2177cf56bcbcd5fa5579dcfd66c
[INFO] running `Command { std: "docker" "start" "-a" "ad094c8bee9d3b7754d9b502ce372d75cff6a2177cf56bcbcd5fa5579dcfd66c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libpam-sys-impls v0.2.0
[INFO] [stderr]    Compiling libpam-sys v0.2.0
[INFO] [stderr]    Compiling libpam-sys-helpers v0.2.0
[INFO] [stderr]    Compiling nonstick v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:52:14
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn items(&self) -> impl Items;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn items(&self) -> impl Items<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stdout]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stdout]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                      |
[INFO] [stdout]     |     |                                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 249 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stdout]     |     -----------------------------^^^^^^^^^^-
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 249 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stdout]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                    |
[INFO] [stdout]     |     |                                    the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:364:16
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:368:20
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:372:14
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn items(&self) -> impl Items {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn items(&self) -> impl Items<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:376:18
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/libpam/handle.rs:463:46
[INFO] [stdout]     |
[INFO] [stdout] 463 |     let cleanup_addr = drop_module_data::<T> as usize;
[INFO] [stdout]     |                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 463 |     let cleanup_addr = drop_module_data::<T> as *const () as usize;
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "ad094c8bee9d3b7754d9b502ce372d75cff6a2177cf56bcbcd5fa5579dcfd66c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad094c8bee9d3b7754d9b502ce372d75cff6a2177cf56bcbcd5fa5579dcfd66c", kill_on_drop: false }`
[INFO] [stdout] ad094c8bee9d3b7754d9b502ce372d75cff6a2177cf56bcbcd5fa5579dcfd66c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed1f00d2f52234c708bb64126b80a95b1b80b2b807535a559e542e513fc42594
[INFO] running `Command { std: "docker" "start" "-a" "ed1f00d2f52234c708bb64126b80a95b1b80b2b807535a559e542e513fc42594", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:52:14
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn items(&self) -> impl Items;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn items(&self) -> impl Items<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stdout]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stdout]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                      |
[INFO] [stdout]     |     |                                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 249 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stdout]     |     -----------------------------^^^^^^^^^^-
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 249 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stdout]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                    |
[INFO] [stdout]     |     |                                    the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:364:16
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:368:20
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:372:14
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn items(&self) -> impl Items {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn items(&self) -> impl Items<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:376:18
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nonstick v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/libpam/handle.rs:463:46
[INFO] [stdout]     |
[INFO] [stdout] 463 |     let cleanup_addr = drop_module_data::<T> as usize;
[INFO] [stdout]     |                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 463 |     let cleanup_addr = drop_module_data::<T> as *const () as usize;
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:52:14
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn items(&self) -> impl Items;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn items(&self) -> impl Items<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/handle.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stdout]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stdout]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                      |
[INFO] [stdout]     |     |                                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:213:18
[INFO] [stdout]     |
[INFO] [stdout] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 249 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stdout]     |     -----------------------------^^^^^^^^^^-
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 249 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:218:18
[INFO] [stdout]     |
[INFO] [stdout] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stdout]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stdout]     |     |                                    |
[INFO] [stdout]     |     |                                    the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:364:16
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 364 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:368:20
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:372:14
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn items(&self) -> impl Items {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn items(&self) -> impl Items<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/libpam/handle.rs:376:18
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/libpam/handle.rs:463:46
[INFO] [stdout]     |
[INFO] [stdout] 463 |     let cleanup_addr = drop_module_data::<T> as usize;
[INFO] [stdout]     |                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 463 |     let cleanup_addr = drop_module_data::<T> as *const () as usize;
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "ed1f00d2f52234c708bb64126b80a95b1b80b2b807535a559e542e513fc42594", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed1f00d2f52234c708bb64126b80a95b1b80b2b807535a559e542e513fc42594", kill_on_drop: false }`
[INFO] [stdout] ed1f00d2f52234c708bb64126b80a95b1b80b2b807535a559e542e513fc42594
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 16d872421a7a33cf024fe0607cfcd8cb97ab5675c64f7cc5f8ff650118bbedaf
[INFO] running `Command { std: "docker" "start" "-a" "16d872421a7a33cf024fe0607cfcd8cb97ab5675c64f7cc5f8ff650118bbedaf", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:28:16
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn environ(&self) -> impl EnvironMap;
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn environ(&self) -> impl EnvironMap<'_>;
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:38:20
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut;
[INFO] [stderr]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_>;
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:52:14
[INFO] [stderr]    |
[INFO] [stderr] 52 |     fn items(&self) -> impl Items;
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 52 |     fn items(&self) -> impl Items<'_>;
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/handle.rs:62:18
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn items_mut(&mut self) -> impl ItemsMut;
[INFO] [stderr]    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn items_mut(&mut self) -> impl ItemsMut<'_>;
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:213:18
[INFO] [stderr]     |
[INFO] [stderr] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 247 |     delegate!(fn environ(&self) -> impl EnvironMap);
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^^^^^-
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 247 |     delegate!(fn environ(&self) -> impl EnvironMap<'_>);
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:218:18
[INFO] [stderr]     |
[INFO] [stderr] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut);
[INFO] [stderr]     |     ---------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stderr]     |     |                                      |
[INFO] [stderr]     |     |                                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 248 |     delegate!(fn environ_mut(&mut self) -> impl EnvironMapMut<'_>);
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:213:18
[INFO] [stderr]     |
[INFO] [stderr] 213 |         fn $meth(&self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 249 |     delegate!(fn items(&self) -> impl Items);
[INFO] [stderr]     |     -----------------------------^^^^^^^^^^-
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 249 |     delegate!(fn items(&self) -> impl Items<'_>);
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:218:18
[INFO] [stderr]     |
[INFO] [stderr] 218 |         fn $meth(&mut self $(, $param: $typ)*) -> $ret {
[INFO] [stderr]     |                  ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut);
[INFO] [stderr]     |     -------------------------------------^^^^^^^^^^^^^-
[INFO] [stderr]     |     |                                    |
[INFO] [stderr]     |     |                                    the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 250 |     delegate!(fn items_mut(&mut self) -> impl ItemsMut<'_>);
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:364:16
[INFO] [stderr]     |
[INFO] [stderr] 364 |     fn environ(&self) -> impl EnvironMap {
[INFO] [stderr]     |                ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 364 |     fn environ(&self) -> impl EnvironMap<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:368:20
[INFO] [stderr]     |
[INFO] [stderr] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut {
[INFO] [stderr]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 368 |     fn environ_mut(&mut self) -> impl EnvironMapMut<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:372:14
[INFO] [stderr]     |
[INFO] [stderr] 372 |     fn items(&self) -> impl Items {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     fn items(&self) -> impl Items<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/libpam/handle.rs:376:18
[INFO] [stderr]     |
[INFO] [stderr] 376 |     fn items_mut(&mut self) -> impl ItemsMut {
[INFO] [stderr]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     fn items_mut(&mut self) -> impl ItemsMut<'_> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: direct cast of function item into an integer
[INFO] [stderr]    --> src/libpam/handle.rs:463:46
[INFO] [stderr]     |
[INFO] [stderr] 463 |     let cleanup_addr = drop_module_data::<T> as usize;
[INFO] [stderr]     |                                              ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stderr] help: first cast to a pointer `as *const ()`
[INFO] [stderr]     |
[INFO] [stderr] 463 |     let cleanup_addr = drop_module_data::<T> as *const () as usize;
[INFO] [stderr]     |                                              ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `nonstick` (lib) generated 13 warnings (run `cargo fix --lib -p nonstick` to apply 13 suggestions)
[INFO] [stderr] warning: `nonstick` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonstick-cfaccc0e71a3c6d8)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test constants::tests::test_enums ... ok
[INFO] [stdout] test constants::tests::test_flag_enums ... ok
[INFO] [stdout] test constants::tests::test_flags ... ok
[INFO] [stdout] test conv::tests::test_demux ... ok
[INFO] [stdout] test libpam::answer::tests::test_binary_answer_too_big ... ignored
[INFO] [stdout] test libpam::answer::tests::test_binary_answer ... ok
[INFO] [stdout] test libpam::answer::tests::test_round_trip ... ok
[INFO] [stdout] test libpam::answer::tests::test_text_answer ... ok
[INFO] [stdout] test libpam::environ::tests::test_iter ... ok
[INFO] [stdout] test libpam::environ::tests::test_iter_partial ... ok
[INFO] [stdout] test libpam::environ::tests::test_split_kv ... ok
[INFO] [stdout] test libpam::memory::tests::test_box ... ok
[INFO] [stdout] test libpam::memory::tests::test_option_str ... ok
[INFO] [stdout] test libpam::memory::tests::test_strings ... ok
[INFO] [stdout] test libpam::memory::tests::test_prompt ... ok
[INFO] [stdout] test logging::tests::test_logging ... ok
[INFO] [stdout] test libpam::question::tests::standard ... ok
[INFO] [stdout] test libpam::answer::tests::test_text_answer_nul - should panic ... ok
[INFO] [stdout] test libpam::memory::tests::test_nul_cstr - should panic ... ok
[INFO] [stdout] test libpam::memory::tests::test_nul_string - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nonstick
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/_doc.rs - _doc::guide (line 67) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::linklist (line 9) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::man7 (line 89) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::manbsd (line 119) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::mansun (line 144) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::stdlinks (line 212) ... ignored
[INFO] [stdout] test src/_doc.rs - _doc::xsso (line 184) ... ignored
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::authtok (line 169) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::username (line 139) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::Logger::log (line 35) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::old_authtok (line 193) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::debug (line 192) - compile ... ok
[INFO] [stdout] test src/libpam/module.rs - libpam::module::pam_export (line 18) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::warn (line 154) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::error (line 134) - compile ... ok
[INFO] [stdout] test src/logging.rs - logging::info (line 175) - compile ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::set_module_data (line 285) ... ok
[INFO] [stdout] test src/conv.rs - conv::ConversationAdapter (line 303) ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::set_module_data (line 263) ... ok
[INFO] [stdout] test src/conv.rs - conv::conversation_func (line 246) ... ok
[INFO] [stdout] test src/conv.rs - conv::ConversationAdapter (line 290) ... ok
[INFO] [stdout] test src/conv.rs - conv::Exchange<'_>::set_error (line 30) ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::set_module_data (line 248) ... ok
[INFO] [stdout] test src/lib.rs - (line 106) ... ok
[INFO] [stdout] test src/handle.rs - handle::ModuleClient::get_module_data (line 212) ... ok
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "16d872421a7a33cf024fe0607cfcd8cb97ab5675c64f7cc5f8ff650118bbedaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16d872421a7a33cf024fe0607cfcd8cb97ab5675c64f7cc5f8ff650118bbedaf", kill_on_drop: false }`
[INFO] [stdout] 16d872421a7a33cf024fe0607cfcd8cb97ab5675c64f7cc5f8ff650118bbedaf
